home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web26 / Tutorial 5 / newshows.css < prev    next >
Cascading Style Sheet File  |  2011-02-28  |  1KB  |  37 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 5
  4.    Tutorial Case
  5.  
  6.    Style Sheet for upcoming new shows
  7.  
  8.    Filename:         newshows.css
  9.    Supporting Files: 
  10.  
  11. */
  12.  
  13.  
  14. h1.newshows         {font-size: 0.9em; text-align: center;
  15.                      color: white; background-color: rgb(153,0,153);
  16.                      font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  17.                      margin: 0px; padding: 0px}
  18.  
  19. h2.newshows         {font-size: 0.9em; color: black; text-align: left; line-height: 0.95;
  20.                      font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  21.                      margin: 10px 0px 0px 0px; padding: 0px}
  22.  
  23. h3.newshows         {font-size: 0.9em; color: black; text-align: left; font-weight: bold;
  24.                      font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  25.                      margin: 0px; padding: 0px}
  26.  
  27. ul.newshows         {font-size: 0.7em; padding: 0px; margin: 0px 0px 0px 5px;
  28.                      list-style-type: none}
  29.  
  30. ul.newshows li      {padding: 0px; margin: 0px}
  31.  
  32. ul.newshows li p    {font-size: 1em; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 5px; 
  33.                      border-left: 4px solid rgb(255,202,255)}
  34.  
  35. p.newshows          {font-size: 0.7em; padding: 0px 0px 0px 5px; margin: 5px 0px 0px 0px;
  36.                       border-left: 4px solid rgb(255,202,255)}
  37.